home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 2000 March / macformat-088.iso / Shareware Plus / Utilities / MacZip 1.04 final / HISTORY.TXT < prev    next >
Encoding:
Text File  |  1999-12-13  |  15.7 KB  |  524 lines  |  [TEXT/R*ch]

  1. Macintosh Port of Info-ZIP's Zip
  2. and UnZip
  3. By Dirk Haase, d_haase@sitec.net
  4. Home page: www.sitec.net/maczip
  5. Mirror page:
  6. www.haase-online.de/dirk/maczip
  7. ================================
  8.  
  9.  
  10.  
  11.  
  12.  
  13. Release MacZip ver1.04 final
  14. 13. December 1999
  15. ----------------
  16.  
  17. Final release of MacZip. All parts now
  18. in final release state !!
  19.  
  20. 1) CHG: {zip} switch to latest source level
  21.          unzip 2.30 final release
  22.  
  23. 2) CHG: {unzip} switch to latest source level
  24.          unzip 5.40 final release
  25.  
  26.  
  27.  
  28.  
  29.  
  30. Release MacZip ver1.04 beta 3
  31. 05. October 1999
  32. ----------------
  33.  
  34. 1) CHG: {zip} switch to latest source level
  35.          unzip 2.30o beta release
  36.  
  37. 2) CHG: {unzip} switch to latest source level
  38.          unzip 5.41c beta release
  39.  
  40. 3) ADD: {console} added menu to print the license
  41.  
  42.  
  43.  
  44.  
  45. Release MacZip ver1.04 beta 2
  46. 02. June 1999
  47. --------------
  48.  
  49. 1) FIX: {unzip} added one more criteria to make the recognition
  50.          of macbinary more save.
  51.  
  52. 2) FIX: {unzip} sometimes, archive entries without any extra field
  53.          caused problems; the default setting of the extra field
  54.          was not set back to 'unknown' properly.
  55.  
  56. 3) FIX: {zip} Archive filename with invalid characters like '/' gets
  57.          renamed. However, I do not check the complete path - needs
  58.          some more work here.
  59.  
  60. 4) FIX: {zip} Filename match was case sensitive.
  61.  
  62. 6) CHG: {zip} switch to latest source level
  63.          unzip 2.30m beta release
  64.  
  65. 7) CHG: {unzip} switch to latest source level
  66.          unzip 5.41b beta release
  67.  
  68. 8) FIX: {zip/unzip 68k only) I have found a wrong compiler setting
  69.          for the 68k version. Because of this wrong setting the 68k
  70.          version crashed.
  71.  
  72.  
  73.  
  74.  
  75. Release MacZip ver1.04 beta 1
  76. 30. March 1999
  77. --------------
  78.  
  79. 1) CHG: {unzip) switch to latest source level
  80.          unzip 5.41a beta release
  81.  
  82. 2) ADD: {all} Added message logging support for Syslogd
  83.         by Brian Bergstrand. Syslogd can be found at
  84.         http://www.classicalguitar.net/brian/apps/syslogd/
  85.         This feature is 'under construction'.
  86.  
  87. 3) FIX: {all} many small fixes and code cleanups
  88.  
  89.  
  90.  
  91.  
  92. Release MacZip ver1.03
  93. 27. March 1999
  94. --------------
  95.  
  96. 1) CHG: {console} Like Stuffit Expander MacZip quits automatically when
  97.          used with drag'n drop or as Helper App (Web-Browser).
  98.  
  99. 2) CHG: {console} Since Macintosh users are used to be guided by their
  100.         software in order not to do something stupid, I added a check
  101.         to post an extra warning if the options -m and data fork only
  102.         are both checked.
  103.         This behavior can be disabled: See Applescript example and
  104.         "maczip.env".
  105.  
  106. 3) CHG: {zip} switch from immediate deletion to moving to the
  107.         trash. Immediate deletion is now an option in "maczip.env".
  108.  
  109. 4) CHG: {zip} enhanced progress display.
  110.  
  111. 5) CHG: {zip) switch to latest source level
  112.          zip 2.3l beta release
  113.  
  114. 6) CHG: {unzip} The zip archive contains file names greater than
  115.         31 characters. When MacZip tries to unzip the file, the
  116.         FSpCreate command fails because the filename length is to
  117.         long. MacZip correct this problem by trying to truncate
  118.         the file names to the 31 character limit.
  119.  
  120. 7) FIX: {zip/console} A couple of minor fixes
  121.  
  122. 8) CHG: {zip} Switched file-globbing to the Info-ZIP version.
  123.  
  124.  
  125.  
  126.  
  127. Release MacZip ver1.02
  128. 14. February 1999
  129. -----------------
  130.  
  131. 1) CHG: {zip} Changed the rule of file inclusion if switch '-X'
  132.         is set. Following conditions are checked:
  133.         a) if length of resource-fork is equal zero *and* the
  134.               length of     data-fork is equal zero include the file.
  135.         b) if length of resource-fork  greater zero *and* the
  136.               length of     data-fork is equal zero don't include the file.
  137.         c) if length of     data-fork  greater zero include the file.
  138.  
  139. 2) CHG: {Console} Some users are very confused by the buttons "START PATH"
  140.         and "ZIP ARCHIVE". Somehow, it wasn't clear what the intended
  141.         meaning was. I changed the buttons to more clear labels on
  142.         them like: "file or folder to compress" and "location of
  143.         compressed file"
  144.  
  145. 3) CHG: {Console} I changed the menu structure to be more intuitive.
  146.  
  147. 4) FIX: {Console} Found a nasty bug which sometimes caused crashes
  148.         when the Zip / Unzip Dialogbox was used.
  149.  
  150. 5) CHG: {Console} Handling of file dialog is now a bit more restricted:
  151.         e.g: it's not possible to select a file if you have to select
  152.         a folder.
  153.  
  154.  
  155.  
  156.  
  157. Release MacZip ver1.01
  158. 30. January 1999
  159. ----------------------
  160.  
  161. 1) CHG: {console} The use of the "Current App" mechanism was clumsy
  162.         and forces the user into the Zip or Unzip modes. This kind
  163.         of modality is not so good for the command line. It's now
  164.         neccessary to enter zip or unzip to choose the action.
  165.  
  166. 2) FIX: {console} When Applescript sends quit to MacZip the script
  167.         that is running shows a spinning cursor and MacZip
  168.         does not quit.
  169.  
  170. 3) FIX: {console} MacZip gots accidentally the wrong creator code
  171.         (from BBedit)
  172.  
  173.  
  174.  
  175.  
  176. Final Release MacZip ver1.0
  177. ---------------------------
  178.  
  179. Released 21. January 1999
  180.  
  181.  
  182.  
  183.  
  184. 9. Beta release 06.December.1998
  185. ---------------------------------
  186.  
  187. 1) CHG: {console} The checkbox of Filedialog (for extract path and file path)
  188.         "Show all files" is now selected by default.
  189.  
  190. 2) CHG: {unzip/standalone} changed prototypes of mac[f]printf() to return
  191.         an int number (better ANSI conformance);
  192.  
  193. 3) FIX: {unzip} repaired "stdout/stderr" mode of macwrite(). So func
  194.         MacMessagePrnt() is now obsolete and removed.
  195.  
  196. 4) ADD: {zip/unzip} Compressed Mac3 extra-fields are now supported
  197.         (Thanks to Christian Spieler)
  198.  
  199. 5) ADD: {unzip} Extraction of ZipIt archive are now supported. This support
  200.         is not complete: Filenames are correct but folder names are only
  201.         restored with the public directory names.
  202.  
  203. 6) ADD: {zip/unzip} Improved documentation.
  204.  
  205. 7) FIX: {unzip} Function isZipfile() is completely rewritten.
  206.  
  207. 8) CHG: {zip/unzip) switch to latest source level
  208.         zip 2.3i beta and unzip 5.4 final release
  209.  
  210. 9) ADD: Applescript event "do_cmd".
  211.  
  212. Unless there are big bugs found, this release will be the last
  213. beta release. The final release will come out in January 1999.
  214.  
  215.  
  216.  
  217.  
  218. 8. Beta release 20.November.1998
  219. ---------------------------------
  220.  
  221. 1) CHG: {zip/unzip) switch to latest source level
  222.         zip 2.3h beta and unzip 5.4 final release
  223.  
  224. 2) ADD: {zip} Zip finds "namelocked" files also, if switch "-S"
  225.         is set.
  226.  
  227. 3) FIX: {unzip} Function isZipfile() fails if the zip archive
  228.         has a comment.
  229.  
  230. 4) CHG: {zip} added some small speed improvements to pattern matching and
  231.         isZipFile() function.
  232.  
  233. 5) FIX: {unzip} Display of comments is fixed.
  234.         UzpMessagePrnt() is replaced by MacMessagePrnt(). I do not care
  235.         about ansi-bombs. I'm not sure, so this fix may be changed later.
  236.  
  237. 6) RMV: {unzip} Buildin More capability is removed since it's already built
  238.         into the GUI-App.
  239.  
  240.  
  241.  
  242. 7. Beta release 09.November.1998
  243. ---------------------------------
  244.  
  245. 1) CHG: {all} switched to Metrowerks Codewarrior Pro 4
  246.  
  247. 2) FIX: {unzip} Display of comments stored in the zip-file is
  248.         now fixed
  249.  
  250. 3) FIX: {zip} Fixed display of the zip help-screen.
  251.  
  252. 4) CHG: {zip/unzip} Changed special dir 'Re$0urce.Fk' to 'XtraStuf.mac'
  253.         (see entry at 13.June.1998 item 3). I found it more descriptive for
  254.         users outside the mac-community.
  255.  
  256. 5) CHG: {all} switched to MoreFiles 1.4.9.
  257.  
  258. 6) CHG: {console} changed behaivor of the file open dialog: The select
  259.         button is now always enabled.
  260.  
  261. 7) ADD: {all} Environment variables are now supported.
  262.          Basically, it is possible to add timezone (= TZ environment variable)
  263.          support here, but it's not yet implemented.
  264.          See "MacZip.Env" for further info.
  265.  
  266. 8) RMV: {console} Targets "zip only" and "unzip only" are removed.
  267.  
  268.  
  269.  
  270. 6. Beta release 09.September.1998
  271. ---------------------------------
  272.  
  273.  
  274. 1) CHG: {Zip/Unzip} Metrowerks Standardlibrary time funktions are
  275.         rather broken and incomplete so I was forced to rewrite the
  276.         funktions: mktime(), localtime(), gmtime() and time().
  277.  
  278. 2) ADD: {Console} Added Pause Funktion for screen output.
  279.         The Pause-Function is selfadjusting: Count of lines is depending
  280.         on the window size.
  281.  
  282. 3) CHG: Extra-Field layout is changed: All datas are now in little-endian
  283.         format (see appnote)
  284.  
  285. 4) ADD: {Console} Added an option to test the archive automatically
  286.         after zipping. This option is only via Zip-Dialogbox available
  287.         because it needs the unzip-module also.
  288.  
  289. 5) CHG: {Zip} code is now up to date with the latest beta 2.3f.
  290.  
  291. 6) ADD: {Console} Added (drag'n) drop support. Drop on the MacZip icon.
  292.         The following situations are supported:
  293.                     1. drop of one or more zipfiles (action = unzip)
  294.                        each archive will be extracted in a separate folder
  295.                     2. drop of a folder (action = zip -r )
  296.                        The complete folder (inclusive sub-folders)
  297.                        will be zipped
  298.         Not (yet) supported is currently: dropping more than one file
  299.         to compress. Workaround: Put all your files in one folder and
  300.         drop that folder on MacZip.
  301.         MacZip recognize zip-archives automatically.
  302.  
  303.  
  304. 5. Beta release 21.Aug.1998
  305. ----------------------------
  306.  
  307.  
  308. 1) ADD: {Console} Userinterface has now a Statusbar to show the
  309.         Progress.
  310.  
  311. 2) ADD: {Console} It's now possible to stop the run of Zip/Unzip
  312.         with the well known shortcut [Command] + [.]
  313.  
  314. 3) CHG: {Console} Improved user-entry routine.
  315.  
  316. 4) ADD: {Zip/Unzip} Crypt-code added. It's now possible to
  317.         encrypt/decrypt archives.
  318.  
  319. 5) RMV: {Unzip} Removed the warning of PKZip/Mac archive.
  320.         Unzip gets confused with the extra field of PKZip/Mac. So I assume
  321.         the extra field isn't compatible with Info-ZIP's definition.
  322.  
  323. 6) CHG: switched to Metrowerks Codewarrior Pro 3
  324.         this includes:
  325.         - new Universal Interfaces 3.1 Headers
  326.         - improved codegeneration
  327.  
  328. 7) CHG: {Zip} code is now up to date with the latest beta 2.3e.
  329.  
  330. 8) CHG: {Unzip} changed function names wprintf, wgets .. to macprintf, macgets ..
  331.         to avoid naming conflict standart library.
  332.  
  333. 9) ADD: {Zip/Unzip} FXinfo, Mac-Pathname, file-dates and Finder-Comments
  334.         are now stored in the extra-field. Extra-field layout is
  335.         changed accordingly. Unzip uses now the filename stored in the
  336.         extra-field when unzipping.
  337.  
  338. 10) CHG: {Unzip} code is now up to date with the latest beta 5.33g.
  339.  
  340. 11) CHG: {Unzip} code is (again) up to date with the latest beta 5.33h.
  341.  
  342. 12) ADD: {Unzip} following switches were added:
  343.        -J     [MacOS  only] ignore mac extra info. All macintosh
  344.               info are not restored. Datafork and resource-fork
  345.               are restored separatly.
  346.  
  347.        -i     [MacOS  only] ignore filenames stored in mac extra
  348.               field. Use the most compatible filename stored in
  349.               the public field.
  350.  
  351.        -E     [MacOS  only] show mac extra field during restoring
  352.  
  353. 13) ADD: {Zip/Unzip} Charset MacRoman to ISO8859 Latin and vice versa
  354.  
  355. 14) RMV: {Zip} -N option removed. This MacZip crashes using this option.
  356.          I will fix it later.
  357.  
  358.  
  359. I think I'm very close for a final release of "MacZip 1.0" :-)
  360.  
  361.  
  362.  
  363. 4. Beta release 27.June.1998
  364. ----------------------------
  365.  
  366. 26.June.1998
  367. ------------
  368.  
  369. 1) FIX: {Zip} extra field size value was wrong.
  370.  
  371.  
  372.  
  373. 25.June.1998
  374. ------------
  375.  
  376. 1) CHG: {Zip} code is now up to date with the latest beta 2.3d.
  377.         So both modules, zip & unzip, uses now latest beta.
  378.  
  379. 2) ADD: {Zip} added a UT extra-field for better compatibility.
  380.  
  381. 3) CHG: {Unzip} changed the code to find the mac extra-field.
  382.         Unzip has to look for a mac extra-field because
  383.         mac-archives has now two extra-fields (UT + M3).
  384.  
  385. 4) CHG: {Unzip} changed the method to move extra-field data to
  386.         the internal extra-structure.
  387.         Old method was just BlockMove of the ef_structptr to ef_memptr.
  388.         This method was dangerous because not all members of the
  389.         structure seamless aligned. There are may be some fill
  390.         bytes in the structure depending on the compiler setting.
  391.  
  392. 5) ADD: {Unzip} added a warning if unzipping a ZipIt/PKZip archive.
  393.         ZipIt/PKZip archives are usually additionally coded somehow.
  394.         InfoZip's Unzip will *not* decode the files. So extracted
  395.         files are may be not decoded. (see also 6. and 7.)
  396.  
  397. 6) ADD: ZipIt (the Shareware Tool) has now a new extra-field signature:
  398.         0x2705. Found in "ZipIt 1.3.8". I added a new macro: EF_ZIPIT2
  399.  
  400. 7) ADD: Added PKWare's extra-field signature: 0xCF77.
  401.         Found in "PKZIP v2.03". I added a new macro: EF_PKMAC
  402.  
  403. 8) ADD: {console} It's now possible to save all screen outputs
  404.         to the disk.
  405.  
  406. 9) RMV: {console} this is the first beta without expire-date.
  407.  
  408.  
  409. 16.June.1998
  410. ------------
  411.  
  412. 1) FIX: {Unzip/console} Extract path now defaults to current-dir if
  413.         no path is given.
  414.  
  415. 2> CHG: {Unzip} creates now a extract-folder by default. This behavior
  416.         differs to the commandline tool of Unzip on other platforms.
  417.         However, for a mac-user is this behavior more convenient.
  418.  
  419.  
  420. 3. Beta release 15.June.1998
  421. ----------------------------
  422.  
  423. 15.June.1998
  424. ------------
  425.  
  426. 1) CHG: {unzip/zip} I changed the layout of the extra field
  427.         to support more data.
  428.  
  429.  
  430. 14.June.1998
  431. ------------
  432.  
  433. 1) FIX: {Unzip} adjusted time_t value with an correct offset value.
  434.  
  435. 2) FIX: {Unzip} removed all unused code based on unfinished ideas by
  436.         former porter(s).
  437.  
  438. 3) CHG: use of shared code izshr 032.
  439.  
  440. 13.June.1998
  441. ------------
  442.  
  443. 1) FIX: {Unzip} Filenames are only converted when needed. When zipping
  444.         with the switch 'datafork only' the filenames are shorted which
  445.         was wrong.
  446.  
  447. 2) CHG: {Unzip} code is now up to date with the latest beta 5.33f.
  448.  
  449. 3) CHG: {Zip} Changed the naming rule of filenames from old Johnny Lee's
  450.         to my implementation. Johnny Lee's idea is based on change of the
  451.         filenames which cases several problems when unziping on a non mac
  452.         plattform. My idea is to add a special directory: 'Re$0urce.Fk'.
  453.         For the future: Zip will create archives according the new nameing
  454.         rule. However unzip will be compatible with old nameing rule.
  455.         See also 4.
  456.  
  457. 4} ADD: {Unzip} Added a new nameing rule for resource forks filename.
  458.         Resource forks are now stored in a special directory: 'Re$0urce.Fk'.
  459.         This naming rule make it easier to for other platforms to use
  460.         mac zip-files.
  461.  
  462.  
  463.  
  464. 11.June.1998
  465. ------------
  466. 1) FIX: {Zip} Internal file attribute is set to BINARY by default
  467.         when zipping resource forks otherwise Unzip will create
  468.         sometimes wrong resource-forks.
  469.  
  470. 2) CHG: {Unzip} code is now up to date with the latest beta 5.33e.
  471.  
  472.  
  473.  
  474.  
  475. 2. Beta release 10.June.1998
  476. --------------------------
  477.  
  478. 1) FIX: {Unzip} Long pathname fix solved. Unzip is now able to extract
  479.         archives with path longer than 256 chars.
  480.  
  481. 2) CHG: {Unzip} removed all conversion from c-style string to
  482.         pascal-string (see fix 1)
  483.  
  484. 3) ADD: {Unzip} Finderinfo of folders are also restored.
  485.  
  486. 4) ADD: {Console} Added info about current path in the command-line box.
  487.  
  488. 5) FIX: {Console} Construction of the command-line of the unzip-dialog
  489.         box fixed.
  490.  
  491.  
  492.  
  493. First beta release 06.June.1998
  494. -----------------------------
  495.  
  496. no history.
  497. Just to many code was neccessary to build the first mac-port.
  498.  
  499.  
  500. Start of the port MacZip
  501. February 1998
  502.  
  503.  
  504. --------------------------------------------------------------------------------
  505. Legende:
  506.  
  507. FIX: fixes a bug
  508. CHG: inform about changed items.
  509. ADD: added feature
  510. RMV: removed Item
  511.  
  512. {Unzip}   -> only related to the Unzip-module
  513. {Zip}     -> only related to the Zip-module
  514.              These are just libraries and are linked into the console-app.
  515.  
  516. {Console} -> only related to the Userinterface (not SIOUX)
  517.              MacOS has no tool like a command-line. So it's neccessary
  518.              to write wrapper around the command-line tools.
  519.  
  520.  
  521.  
  522.  
  523. Dirk Haase
  524.